{template top}

{if $INF['postcomtext']}
{$INF['postcomtext']}
{/if}
{loop $cats $cat}

{$cat['catname']}

{if !empty($cat[children])} {loop $cat[children] $i $chi} {if $i%4==0}{/if} {if $i%4==3}{/if} {/loop} {/if}
{/loop}
{template footer}